home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Selden.dir / 00012_Script_GoCtydCdx (nums) < prev    next >
Text File  |  2001-03-05  |  262b  |  10 lines

  1. on mouseDown
  2.   cursor 4
  3.   set mseChar = the mouseChar
  4.   set mseWord = the mouseWord
  5.   set fldNum = the castNum of sprite (the clickOn)
  6.   if char mseChar of field fldNum <> " " then
  7.     GoCtydCdx(word mseWord of field fldNum)
  8.   end if
  9.   dontPassEvent
  10. end